---
created:
  source_filename: /home/runner/work/mknodes/mknodes/.venv/lib/python3.14t/site-packages/anyenv/async_run.py
  source_function: run_sync.<locals>.wrapper
  source_line_no: 52
hide:
- toc
icon: grommet-icons:install
title: Installation
---

### pip

The latest released version is available at the [Python package index](https://pypi.org/project/mknodes).

``` {.python }
pip install mknodes
```
### pipx

[pipx](https://github.com/pypa/pipx) allows for the global installation of Python applications in isolated environments.

``` {.python }
pipx install mknodes
```
